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=306
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=307",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=305",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 306,
    "results": [
        {
            "start": 931731630,
            "stop": 931731634
        },
        {
            "start": 931731635,
            "stop": 931731643
        },
        {
            "start": 931731645,
            "stop": 931731646
        },
        {
            "start": 931731647,
            "stop": 931731651
        },
        {
            "start": 931731653,
            "stop": 931731698
        },
        {
            "start": 931731700,
            "stop": 931731707
        },
        {
            "start": 931731708,
            "stop": 931731723
        },
        {
            "start": 931731726,
            "stop": 931731742
        },
        {
            "start": 931731744,
            "stop": 931731759
        },
        {
            "start": 931731760,
            "stop": 931731764
        },
        {
            "start": 931731765,
            "stop": 931731773
        },
        {
            "start": 931731775,
            "stop": 931731779
        },
        {
            "start": 931731783,
            "stop": 931731812
        },
        {
            "start": 931731816,
            "stop": 931731817
        },
        {
            "start": 931731820,
            "stop": 931731823
        },
        {
            "start": 931731825,
            "stop": 931731826
        },
        {
            "start": 931731829,
            "stop": 931731841
        },
        {
            "start": 931731845,
            "stop": 931731848
        },
        {
            "start": 931731850,
            "stop": 931731860
        },
        {
            "start": 931731862,
            "stop": 931731863
        }
    ]
}