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=469
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=470",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=468",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 469,
    "results": [
        {
            "start": 821781274,
            "stop": 821781281
        },
        {
            "start": 821781287,
            "stop": 821781301
        },
        {
            "start": 821781304,
            "stop": 821781305
        },
        {
            "start": 821781308,
            "stop": 821781320
        },
        {
            "start": 821781323,
            "stop": 821781336
        },
        {
            "start": 821781341,
            "stop": 821781342
        },
        {
            "start": 821781345,
            "stop": 821781347
        },
        {
            "start": 821781350,
            "stop": 821781351
        },
        {
            "start": 821781355,
            "stop": 821781357
        },
        {
            "start": 821781362,
            "stop": 821781364
        },
        {
            "start": 821781367,
            "stop": 821781370
        },
        {
            "start": 821781379,
            "stop": 821781380
        },
        {
            "start": 821781829,
            "stop": 821781831
        },
        {
            "start": 821781834,
            "stop": 821781838
        },
        {
            "start": 821781841,
            "stop": 821781842
        },
        {
            "start": 821781845,
            "stop": 821781857
        },
        {
            "start": 821781860,
            "stop": 821781867
        },
        {
            "start": 821781870,
            "stop": 821781871
        },
        {
            "start": 821781880,
            "stop": 821781881
        },
        {
            "start": 821781888,
            "stop": 821781892
        }
    ]
}