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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=178",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=176",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 177,
    "results": [
        {
            "start": 816833170,
            "stop": 816833173
        },
        {
            "start": 816833180,
            "stop": 816833182
        },
        {
            "start": 816840345,
            "stop": 816840360
        },
        {
            "start": 816840371,
            "stop": 816840373
        },
        {
            "start": 816840387,
            "stop": 816840389
        },
        {
            "start": 816840394,
            "stop": 816840407
        },
        {
            "start": 816840412,
            "stop": 816840422
        },
        {
            "start": 816840427,
            "stop": 816840430
        },
        {
            "start": 816840435,
            "stop": 816840459
        },
        {
            "start": 816840462,
            "stop": 816840479
        },
        {
            "start": 816840483,
            "stop": 816840485
        },
        {
            "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
        }
    ]
}