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=549
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=550",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=548",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 549,
    "results": [
        {
            "start": 830325127,
            "stop": 830334762
        },
        {
            "start": 830337595,
            "stop": 830342804
        },
        {
            "start": 830343661,
            "stop": 830360233
        },
        {
            "start": 830360989,
            "stop": 830361073
        },
        {
            "start": 830363172,
            "stop": 830365206
        },
        {
            "start": 830368513,
            "stop": 830368973
        },
        {
            "start": 830369373,
            "stop": 830380393
        },
        {
            "start": 830380416,
            "stop": 830380417
        },
        {
            "start": 830380501,
            "stop": 830380720
        },
        {
            "start": 830382272,
            "stop": 830386882
        },
        {
            "start": 830388452,
            "stop": 830391575
        },
        {
            "start": 830391576,
            "stop": 830391777
        },
        {
            "start": 830391778,
            "stop": 830391793
        },
        {
            "start": 830391815,
            "stop": 830391816
        },
        {
            "start": 830392175,
            "stop": 830392582
        },
        {
            "start": 830392583,
            "stop": 830393293
        },
        {
            "start": 830393322,
            "stop": 830393323
        },
        {
            "start": 830393404,
            "stop": 830393485
        },
        {
            "start": 830393486,
            "stop": 830393509
        },
        {
            "start": 830393510,
            "stop": 830393530
        }
    ]
}