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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33210",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4H/segments?format=api&page=33208",
    "results_count": 667528,
    "results_per_page": 20,
    "num_pages": 33377,
    "page_number": 33209,
    "results": [
        {
            "start": 970913232,
            "stop": 970913304
        },
        {
            "start": 970913305,
            "stop": 970913630
        },
        {
            "start": 970913631,
            "stop": 970913635
        },
        {
            "start": 970913638,
            "stop": 970913650
        },
        {
            "start": 970913651,
            "stop": 970913787
        },
        {
            "start": 970913788,
            "stop": 970913813
        },
        {
            "start": 970913814,
            "stop": 970913874
        },
        {
            "start": 970913875,
            "stop": 970913998
        },
        {
            "start": 970914001,
            "stop": 970914399
        },
        {
            "start": 970914402,
            "stop": 970914414
        },
        {
            "start": 970914415,
            "stop": 970914569
        },
        {
            "start": 970914570,
            "stop": 970914648
        },
        {
            "start": 970914650,
            "stop": 970914718
        },
        {
            "start": 970914719,
            "stop": 970914752
        },
        {
            "start": 970914753,
            "stop": 970914834
        },
        {
            "start": 970914835,
            "stop": 970914989
        },
        {
            "start": 970914990,
            "stop": 970915081
        },
        {
            "start": 970915082,
            "stop": 970915270
        },
        {
            "start": 970915273,
            "stop": 970915315
        },
        {
            "start": 970915316,
            "stop": 970915351
        }
    ]
}