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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=326",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=324",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 325,
    "results": [
        {
            "start": 931767665,
            "stop": 931768332
        },
        {
            "start": 931768334,
            "stop": 931768536
        },
        {
            "start": 931768538,
            "stop": 931768735
        },
        {
            "start": 931768736,
            "stop": 931768774
        },
        {
            "start": 931768778,
            "stop": 931768785
        },
        {
            "start": 931768788,
            "stop": 931768803
        },
        {
            "start": 931768809,
            "stop": 931768838
        },
        {
            "start": 931768840,
            "stop": 931768925
        },
        {
            "start": 931768927,
            "stop": 931769105
        },
        {
            "start": 931769107,
            "stop": 931769185
        },
        {
            "start": 931769187,
            "stop": 931769242
        },
        {
            "start": 931769244,
            "stop": 931769657
        },
        {
            "start": 931769659,
            "stop": 931769661
        },
        {
            "start": 931769663,
            "stop": 931769664
        },
        {
            "start": 931769671,
            "stop": 931769675
        },
        {
            "start": 931769677,
            "stop": 931769690
        },
        {
            "start": 931769692,
            "stop": 931769703
        },
        {
            "start": 931769705,
            "stop": 931769709
        },
        {
            "start": 931769713,
            "stop": 931769722
        },
        {
            "start": 931769724,
            "stop": 931769725
        }
    ]
}