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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1353",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=1351",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 1352,
    "results": [
        {
            "start": 843850563,
            "stop": 843850566
        },
        {
            "start": 843850569,
            "stop": 843850570
        },
        {
            "start": 843850573,
            "stop": 843850579
        },
        {
            "start": 843850584,
            "stop": 843850587
        },
        {
            "start": 843850590,
            "stop": 843850602
        },
        {
            "start": 843850605,
            "stop": 843850608
        },
        {
            "start": 843850611,
            "stop": 843850619
        },
        {
            "start": 843850622,
            "stop": 843850635
        },
        {
            "start": 843850638,
            "stop": 843850639
        },
        {
            "start": 843850646,
            "stop": 843850649
        },
        {
            "start": 843850653,
            "stop": 843850655
        },
        {
            "start": 843850658,
            "stop": 843850710
        },
        {
            "start": 843850713,
            "stop": 843850722
        },
        {
            "start": 843850725,
            "stop": 843850728
        },
        {
            "start": 843850731,
            "stop": 843850734
        },
        {
            "start": 843850739,
            "stop": 843850758
        },
        {
            "start": 843850761,
            "stop": 843850766
        },
        {
            "start": 843850769,
            "stop": 843850786
        },
        {
            "start": 843850789,
            "stop": 843850790
        },
        {
            "start": 843850793,
            "stop": 843850798
        }
    ]
}