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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=163",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=161",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 162,
    "results": [
        {
            "start": 829709010,
            "stop": 829727965
        },
        {
            "start": 829733853,
            "stop": 829736345
        },
        {
            "start": 829736917,
            "stop": 829753436
        },
        {
            "start": 829753549,
            "stop": 829754816
        },
        {
            "start": 829756027,
            "stop": 829763474
        },
        {
            "start": 829766576,
            "stop": 829771913
        },
        {
            "start": 829771914,
            "stop": 829772180
        },
        {
            "start": 829772182,
            "stop": 829781005
        },
        {
            "start": 829781007,
            "stop": 829782157
        },
        {
            "start": 829782158,
            "stop": 829785939
        },
        {
            "start": 829785941,
            "stop": 829787366
        },
        {
            "start": 829787368,
            "stop": 829788232
        },
        {
            "start": 829788437,
            "stop": 829795148
        },
        {
            "start": 829797120,
            "stop": 829809515
        },
        {
            "start": 829812363,
            "stop": 829813160
        },
        {
            "start": 829816650,
            "stop": 829824954
        },
        {
            "start": 829828433,
            "stop": 829835888
        },
        {
            "start": 829838131,
            "stop": 829845691
        },
        {
            "start": 829845693,
            "stop": 829845696
        },
        {
            "start": 829845698,
            "stop": 829849048
        }
    ]
}