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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=557",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=555",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 556,
    "results": [
        {
            "start": 831154839,
            "stop": 831157483
        },
        {
            "start": 831159558,
            "stop": 831160639
        },
        {
            "start": 831160640,
            "stop": 831160661
        },
        {
            "start": 831160663,
            "stop": 831161414
        },
        {
            "start": 831161415,
            "stop": 831161433
        },
        {
            "start": 831161443,
            "stop": 831162017
        },
        {
            "start": 831162029,
            "stop": 831162112
        },
        {
            "start": 831162116,
            "stop": 831162138
        },
        {
            "start": 831162139,
            "stop": 831162225
        },
        {
            "start": 831169979,
            "stop": 831170471
        },
        {
            "start": 831170551,
            "stop": 831171493
        },
        {
            "start": 831174333,
            "stop": 831174689
        },
        {
            "start": 831174690,
            "stop": 831174722
        },
        {
            "start": 831175645,
            "stop": 831175988
        },
        {
            "start": 831175989,
            "stop": 831176172
        },
        {
            "start": 831176747,
            "stop": 831176753
        },
        {
            "start": 831176812,
            "stop": 831180493
        },
        {
            "start": 831181422,
            "stop": 831208213
        },
        {
            "start": 831208246,
            "stop": 831208248
        },
        {
            "start": 831209097,
            "stop": 831222100
        }
    ]
}