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=5831
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=5832",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3/segments?format=api&page=5830",
    "results_count": 119313,
    "results_per_page": 20,
    "num_pages": 5966,
    "page_number": 5831,
    "results": [
        {
            "start": 874720443,
            "stop": 874720493
        },
        {
            "start": 874720496,
            "stop": 874720535
        },
        {
            "start": 874720538,
            "stop": 874720605
        },
        {
            "start": 874720608,
            "stop": 874720693
        },
        {
            "start": 874720697,
            "stop": 874720754
        },
        {
            "start": 874720757,
            "stop": 874720770
        },
        {
            "start": 874720775,
            "stop": 874720801
        },
        {
            "start": 874720805,
            "stop": 874720893
        },
        {
            "start": 874720897,
            "stop": 874721096
        },
        {
            "start": 874721100,
            "stop": 874721199
        },
        {
            "start": 874721202,
            "stop": 874721274
        },
        {
            "start": 874721277,
            "stop": 874721313
        },
        {
            "start": 874721316,
            "stop": 874721333
        },
        {
            "start": 874721336,
            "stop": 874721338
        },
        {
            "start": 874721342,
            "stop": 874721366
        },
        {
            "start": 874721369,
            "stop": 874721371
        },
        {
            "start": 874721375,
            "stop": 874721405
        },
        {
            "start": 874721408,
            "stop": 874721451
        },
        {
            "start": 874721454,
            "stop": 874721465
        },
        {
            "start": 874721468,
            "stop": 874721568
        }
    ]
}