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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=207",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=205",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 206,
    "results": [
        {
            "start": 956924516,
            "stop": 956924519
        },
        {
            "start": 956924532,
            "stop": 956924536
        },
        {
            "start": 956924540,
            "stop": 956924543
        },
        {
            "start": 956924545,
            "stop": 956924549
        },
        {
            "start": 956924552,
            "stop": 956924683
        },
        {
            "start": 956924686,
            "stop": 956924699
        },
        {
            "start": 956924739,
            "stop": 956924743
        },
        {
            "start": 956924758,
            "stop": 956924760
        },
        {
            "start": 956924778,
            "stop": 956924780
        },
        {
            "start": 956924790,
            "stop": 956924791
        },
        {
            "start": 956924801,
            "stop": 956924820
        },
        {
            "start": 956924824,
            "stop": 956924836
        },
        {
            "start": 956924851,
            "stop": 956924857
        },
        {
            "start": 956924860,
            "stop": 956924866
        },
        {
            "start": 956924869,
            "stop": 956924882
        },
        {
            "start": 956924885,
            "stop": 956924887
        },
        {
            "start": 956924890,
            "stop": 956924894
        },
        {
            "start": 956924901,
            "stop": 956924905
        },
        {
            "start": 956924914,
            "stop": 956924917
        },
        {
            "start": 956924920,
            "stop": 956924928
        }
    ]
}