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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5897",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5895",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5896,
    "results": [
        {
            "start": 875102531,
            "stop": 875103180
        },
        {
            "start": 875103240,
            "stop": 875103931
        },
        {
            "start": 875106680,
            "stop": 875109214
        },
        {
            "start": 875109875,
            "stop": 875112447
        },
        {
            "start": 875112450,
            "stop": 875113982
        },
        {
            "start": 875113985,
            "stop": 875114071
        },
        {
            "start": 875114074,
            "stop": 875114347
        },
        {
            "start": 875114350,
            "stop": 875114895
        },
        {
            "start": 875114899,
            "stop": 875115044
        },
        {
            "start": 875115047,
            "stop": 875115234
        },
        {
            "start": 875115237,
            "stop": 875116080
        },
        {
            "start": 875116083,
            "stop": 875116094
        },
        {
            "start": 875116097,
            "stop": 875116105
        },
        {
            "start": 875116108,
            "stop": 875116239
        },
        {
            "start": 875116242,
            "stop": 875116252
        },
        {
            "start": 875116256,
            "stop": 875116345
        },
        {
            "start": 875116348,
            "stop": 875116582
        },
        {
            "start": 875116585,
            "stop": 875116740
        },
        {
            "start": 875116744,
            "stop": 875116780
        },
        {
            "start": 875116783,
            "stop": 875117343
        }
    ]
}