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=338
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=339",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=337",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 338,
    "results": [
        {
            "start": 823782261,
            "stop": 823782570
        },
        {
            "start": 823782575,
            "stop": 823782781
        },
        {
            "start": 823782786,
            "stop": 823783474
        },
        {
            "start": 823783479,
            "stop": 823783633
        },
        {
            "start": 823783638,
            "stop": 823783867
        },
        {
            "start": 823783876,
            "stop": 823784090
        },
        {
            "start": 823784095,
            "stop": 823784630
        },
        {
            "start": 823784635,
            "stop": 823784786
        },
        {
            "start": 823784792,
            "stop": 823784868
        },
        {
            "start": 823784873,
            "stop": 823784883
        },
        {
            "start": 823784888,
            "stop": 823784905
        },
        {
            "start": 823784910,
            "stop": 823785149
        },
        {
            "start": 823785154,
            "stop": 823785189
        },
        {
            "start": 823785197,
            "stop": 823785237
        },
        {
            "start": 823785243,
            "stop": 823785292
        },
        {
            "start": 823785322,
            "stop": 823785334
        },
        {
            "start": 823785344,
            "stop": 823785352
        },
        {
            "start": 823785374,
            "stop": 823785387
        },
        {
            "start": 823785404,
            "stop": 823785416
        },
        {
            "start": 823785422,
            "stop": 823785434
        }
    ]
}