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/L1_CBCLOW_CAT2/segments?format=api&page=68
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=69",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=67",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 68,
    "results": [
        {
            "start": 817897341,
            "stop": 817898773
        },
        {
            "start": 817898795,
            "stop": 817898797
        },
        {
            "start": 817898805,
            "stop": 817900469
        },
        {
            "start": 817901092,
            "stop": 817901345
        },
        {
            "start": 817901352,
            "stop": 817901387
        },
        {
            "start": 817901395,
            "stop": 817901507
        },
        {
            "start": 817901515,
            "stop": 817901516
        },
        {
            "start": 817902729,
            "stop": 817902826
        },
        {
            "start": 817902836,
            "stop": 817902839
        },
        {
            "start": 817902861,
            "stop": 817904984
        },
        {
            "start": 817904993,
            "stop": 817906090
        },
        {
            "start": 817906098,
            "stop": 817906160
        },
        {
            "start": 817906168,
            "stop": 817906451
        },
        {
            "start": 817906474,
            "stop": 817907957
        },
        {
            "start": 817907965,
            "stop": 817908024
        },
        {
            "start": 817908032,
            "stop": 817908627
        },
        {
            "start": 817908634,
            "stop": 817908724
        },
        {
            "start": 817908736,
            "stop": 817908737
        },
        {
            "start": 817909481,
            "stop": 817909486
        },
        {
            "start": 817909492,
            "stop": 817909663
        }
    ]
}