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=179
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=180",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT1/segments?format=api&page=178",
    "results_count": 199755,
    "results_per_page": 20,
    "num_pages": 9988,
    "page_number": 179,
    "results": [
        {
            "start": 816841561,
            "stop": 816841589
        },
        {
            "start": 816841597,
            "stop": 816841618
        },
        {
            "start": 816841625,
            "stop": 816841702
        },
        {
            "start": 816841707,
            "stop": 816841754
        },
        {
            "start": 816841759,
            "stop": 816841762
        },
        {
            "start": 816841766,
            "stop": 816841770
        },
        {
            "start": 816841774,
            "stop": 816841797
        },
        {
            "start": 816841802,
            "stop": 816841824
        },
        {
            "start": 816841829,
            "stop": 816841835
        },
        {
            "start": 816841842,
            "stop": 816841843
        },
        {
            "start": 816841857,
            "stop": 816841859
        },
        {
            "start": 816841867,
            "stop": 816842038
        },
        {
            "start": 816842044,
            "stop": 816842047
        },
        {
            "start": 816842051,
            "stop": 816842054
        },
        {
            "start": 816842059,
            "stop": 816842068
        },
        {
            "start": 816842072,
            "stop": 816842132
        },
        {
            "start": 816842136,
            "stop": 816842139
        },
        {
            "start": 816842143,
            "stop": 816842145
        },
        {
            "start": 816842150,
            "stop": 816842152
        },
        {
            "start": 816842159,
            "stop": 816842162
        }
    ]
}