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

{
    "next": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1864",
    "previous": "https://gwosc.org/api/v2/runs/O3a/timelines/H1_BURST_CAT2/segments?format=api&page=1862",
    "results_count": 40052,
    "results_per_page": 20,
    "num_pages": 2003,
    "page_number": 1863,
    "results": [
        {
            "start": 1250774425,
            "stop": 1250774431
        },
        {
            "start": 1250774432,
            "stop": 1250774437
        },
        {
            "start": 1250774440,
            "stop": 1250774442
        },
        {
            "start": 1250774446,
            "stop": 1250774449
        },
        {
            "start": 1250774452,
            "stop": 1250774474
        },
        {
            "start": 1250774476,
            "stop": 1250774503
        },
        {
            "start": 1250774505,
            "stop": 1250774507
        },
        {
            "start": 1250774512,
            "stop": 1250775983
        },
        {
            "start": 1250775986,
            "stop": 1250777876
        },
        {
            "start": 1250777879,
            "stop": 1250777961
        },
        {
            "start": 1250777963,
            "stop": 1250777965
        },
        {
            "start": 1250777968,
            "stop": 1250778261
        },
        {
            "start": 1250778262,
            "stop": 1250778321
        },
        {
            "start": 1250778324,
            "stop": 1250778535
        },
        {
            "start": 1250778538,
            "stop": 1250779598
        },
        {
            "start": 1250779601,
            "stop": 1250779605
        },
        {
            "start": 1250779607,
            "stop": 1250779916
        },
        {
            "start": 1250779920,
            "stop": 1250780099
        },
        {
            "start": 1250780101,
            "stop": 1250780247
        },
        {
            "start": 1250780250,
            "stop": 1250780307
        }
    ]
}