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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=535",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2/segments?format=api&page=533",
    "results_count": 11686,
    "results_per_page": 20,
    "num_pages": 585,
    "page_number": 534,
    "results": [
        {
            "start": 870372810,
            "stop": 870378570
        },
        {
            "start": 870378575,
            "stop": 870384020
        },
        {
            "start": 870384025,
            "stop": 870391743
        },
        {
            "start": 870391745,
            "stop": 870394877
        },
        {
            "start": 870394879,
            "stop": 870394919
        },
        {
            "start": 870394922,
            "stop": 870403843
        },
        {
            "start": 870404841,
            "stop": 870431460
        },
        {
            "start": 870431520,
            "stop": 870446267
        },
        {
            "start": 870446273,
            "stop": 870447902
        },
        {
            "start": 870447908,
            "stop": 870449385
        },
        {
            "start": 870449390,
            "stop": 870449395
        },
        {
            "start": 870449400,
            "stop": 870451102
        },
        {
            "start": 870451108,
            "stop": 870452880
        },
        {
            "start": 870453282,
            "stop": 870453716
        },
        {
            "start": 870454016,
            "stop": 870455146
        },
        {
            "start": 870455147,
            "stop": 870455872
        },
        {
            "start": 870455878,
            "stop": 870455890
        },
        {
            "start": 870455895,
            "stop": 870455905
        },
        {
            "start": 870455915,
            "stop": 870455930
        },
        {
            "start": 870455940,
            "stop": 870457500
        }
    ]
}