Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5960
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5961",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2E/segments?format=api&page=5959",
    "results_count": 126096,
    "results_per_page": 20,
    "num_pages": 6305,
    "page_number": 5960,
    "results": [
        {
            "start": 873223096,
            "stop": 873224610
        },
        {
            "start": 873224613,
            "stop": 873224731
        },
        {
            "start": 873224732,
            "stop": 873225002
        },
        {
            "start": 873225003,
            "stop": 873225030
        },
        {
            "start": 873225031,
            "stop": 873225473
        },
        {
            "start": 873225474,
            "stop": 873225676
        },
        {
            "start": 873225677,
            "stop": 873225685
        },
        {
            "start": 873225686,
            "stop": 873226402
        },
        {
            "start": 873226406,
            "stop": 873226759
        },
        {
            "start": 873226762,
            "stop": 873226901
        },
        {
            "start": 873226904,
            "stop": 873226952
        },
        {
            "start": 873226955,
            "stop": 873227226
        },
        {
            "start": 873227231,
            "stop": 873227462
        },
        {
            "start": 873227468,
            "stop": 873227541
        },
        {
            "start": 873227542,
            "stop": 873227684
        },
        {
            "start": 873229609,
            "stop": 873229612
        },
        {
            "start": 873229623,
            "stop": 873229672
        },
        {
            "start": 873229673,
            "stop": 873229866
        },
        {
            "start": 873229867,
            "stop": 873229950
        },
        {
            "start": 873229952,
            "stop": 873229999
        }
    ]
}