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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7292",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7290",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7291,
    "results": [
        {
            "start": 875048493,
            "stop": 875048507
        },
        {
            "start": 875048508,
            "stop": 875048518
        },
        {
            "start": 875048519,
            "stop": 875048524
        },
        {
            "start": 875048525,
            "stop": 875048540
        },
        {
            "start": 875048541,
            "stop": 875048583
        },
        {
            "start": 875048585,
            "stop": 875049017
        },
        {
            "start": 875049019,
            "stop": 875049128
        },
        {
            "start": 875049129,
            "stop": 875049130
        },
        {
            "start": 875049131,
            "stop": 875049195
        },
        {
            "start": 875049197,
            "stop": 875049222
        },
        {
            "start": 875049223,
            "stop": 875049326
        },
        {
            "start": 875049327,
            "stop": 875049701
        },
        {
            "start": 875049702,
            "stop": 875049876
        },
        {
            "start": 875049878,
            "stop": 875050121
        },
        {
            "start": 875050122,
            "stop": 875050285
        },
        {
            "start": 875050286,
            "stop": 875050322
        },
        {
            "start": 875050324,
            "stop": 875050338
        },
        {
            "start": 875050339,
            "stop": 875050605
        },
        {
            "start": 875050606,
            "stop": 875050627
        },
        {
            "start": 875050629,
            "stop": 875050739
        }
    ]
}