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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=141",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT4/segments?format=api&page=139",
    "results_count": 206094,
    "results_per_page": 20,
    "num_pages": 10305,
    "page_number": 140,
    "results": [
        {
            "start": 816840490,
            "stop": 816840493
        },
        {
            "start": 816840498,
            "stop": 816840525
        },
        {
            "start": 816840528,
            "stop": 816840531
        },
        {
            "start": 816840535,
            "stop": 816840733
        },
        {
            "start": 816840737,
            "stop": 816840755
        },
        {
            "start": 816840759,
            "stop": 816840806
        },
        {
            "start": 816840809,
            "stop": 816840836
        },
        {
            "start": 816840839,
            "stop": 816840840
        },
        {
            "start": 816840847,
            "stop": 816840848
        },
        {
            "start": 816840855,
            "stop": 816840870
        },
        {
            "start": 816840879,
            "stop": 816840895
        },
        {
            "start": 816840900,
            "stop": 816840909
        },
        {
            "start": 816840915,
            "stop": 816840916
        },
        {
            "start": 816840922,
            "stop": 816841035
        },
        {
            "start": 816841047,
            "stop": 816841082
        },
        {
            "start": 816841087,
            "stop": 816841106
        },
        {
            "start": 816841110,
            "stop": 816841151
        },
        {
            "start": 816841156,
            "stop": 816841296
        },
        {
            "start": 816841299,
            "stop": 816841375
        },
        {
            "start": 816841380,
            "stop": 816841383
        }
    ]
}