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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=545",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=543",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 544,
    "results": [
        {
            "start": 829400152,
            "stop": 829400921
        },
        {
            "start": 829401321,
            "stop": 829401871
        },
        {
            "start": 829402367,
            "stop": 829407651
        },
        {
            "start": 829434834,
            "stop": 829436898
        },
        {
            "start": 829438694,
            "stop": 829439288
        },
        {
            "start": 829439688,
            "stop": 829439696
        },
        {
            "start": 829440234,
            "stop": 829440367
        },
        {
            "start": 829441011,
            "stop": 829456763
        },
        {
            "start": 829458286,
            "stop": 829458849
        },
        {
            "start": 829459310,
            "stop": 829496873
        },
        {
            "start": 829498779,
            "stop": 829510996
        },
        {
            "start": 829511071,
            "stop": 829516026
        },
        {
            "start": 829516029,
            "stop": 829517315
        },
        {
            "start": 829526264,
            "stop": 829589893
        },
        {
            "start": 829589907,
            "stop": 829589908
        },
        {
            "start": 829590002,
            "stop": 829590431
        },
        {
            "start": 829590562,
            "stop": 829591333
        },
        {
            "start": 829591435,
            "stop": 829592268
        },
        {
            "start": 829592317,
            "stop": 829596583
        },
        {
            "start": 829596716,
            "stop": 829601353
        }
    ]
}