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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=167",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_STOCH_CAT1/segments?format=api&page=165",
    "results_count": 6551,
    "results_per_page": 20,
    "num_pages": 328,
    "page_number": 166,
    "results": [
        {
            "start": 839909905,
            "stop": 839912371
        },
        {
            "start": 839913597,
            "stop": 839953832
        },
        {
            "start": 839956701,
            "stop": 839956876
        },
        {
            "start": 839956955,
            "stop": 839959371
        },
        {
            "start": 839959544,
            "stop": 839959593
        },
        {
            "start": 839959662,
            "stop": 839960007
        },
        {
            "start": 839960046,
            "stop": 839960217
        },
        {
            "start": 839960258,
            "stop": 839960263
        },
        {
            "start": 839960276,
            "stop": 839960415
        },
        {
            "start": 839960486,
            "stop": 839961203
        },
        {
            "start": 839961207,
            "stop": 839961248
        },
        {
            "start": 839961251,
            "stop": 839963153
        },
        {
            "start": 839963157,
            "stop": 839963334
        },
        {
            "start": 839964616,
            "stop": 839971573
        },
        {
            "start": 839972277,
            "stop": 839977632
        },
        {
            "start": 839978764,
            "stop": 840039667
        },
        {
            "start": 840041157,
            "stop": 840047203
        },
        {
            "start": 840047255,
            "stop": 840047560
        },
        {
            "start": 840047584,
            "stop": 840047679
        },
        {
            "start": 840047724,
            "stop": 840047807
        }
    ]
}