Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=390
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=391",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CBCHIGH_CAT3/segments?format=api&page=389",
    "results_count": 77087,
    "results_per_page": 20,
    "num_pages": 3855,
    "page_number": 390,
    "results": [
        {
            "start": 824388005,
            "stop": 824388392
        },
        {
            "start": 824388409,
            "stop": 824388526
        },
        {
            "start": 824388543,
            "stop": 824389398
        },
        {
            "start": 824389415,
            "stop": 824389673
        },
        {
            "start": 824389676,
            "stop": 824390240
        },
        {
            "start": 824390352,
            "stop": 824390825
        },
        {
            "start": 824390842,
            "stop": 824391018
        },
        {
            "start": 824391035,
            "stop": 824391172
        },
        {
            "start": 824391189,
            "stop": 824391874
        },
        {
            "start": 824391891,
            "stop": 824392201
        },
        {
            "start": 824392204,
            "stop": 824392362
        },
        {
            "start": 824392662,
            "stop": 824392760
        },
        {
            "start": 824392777,
            "stop": 824392834
        },
        {
            "start": 824393134,
            "stop": 824393288
        },
        {
            "start": 824393588,
            "stop": 824394024
        },
        {
            "start": 824394041,
            "stop": 824394043
        },
        {
            "start": 824394060,
            "stop": 824394097
        },
        {
            "start": 824394114,
            "stop": 824394124
        },
        {
            "start": 824394141,
            "stop": 824394329
        },
        {
            "start": 824394346,
            "stop": 824394679
        }
    ]
}