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_CAT3/segments?format=api&page=5687
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=5688",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5686",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5687,
    "results": [
        {
            "start": 874563064,
            "stop": 874563072
        },
        {
            "start": 874563075,
            "stop": 874563101
        },
        {
            "start": 874563104,
            "stop": 874563129
        },
        {
            "start": 874563133,
            "stop": 874563146
        },
        {
            "start": 874563153,
            "stop": 874563224
        },
        {
            "start": 874563228,
            "stop": 874563232
        },
        {
            "start": 874563235,
            "stop": 874563279
        },
        {
            "start": 874563282,
            "stop": 874563363
        },
        {
            "start": 874563368,
            "stop": 874563388
        },
        {
            "start": 874563391,
            "stop": 874563409
        },
        {
            "start": 874563412,
            "stop": 874563416
        },
        {
            "start": 874563419,
            "stop": 874563529
        },
        {
            "start": 874563532,
            "stop": 874563573
        },
        {
            "start": 874563576,
            "stop": 874563580
        },
        {
            "start": 874563583,
            "stop": 874563605
        },
        {
            "start": 874563609,
            "stop": 874563695
        },
        {
            "start": 874563700,
            "stop": 874563729
        },
        {
            "start": 874563732,
            "stop": 874563810
        },
        {
            "start": 874563813,
            "stop": 874563850
        },
        {
            "start": 874563854,
            "stop": 874563866
        }
    ]
}