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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4996",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4994",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4995,
    "results": [
        {
            "start": 874520666,
            "stop": 874520710
        },
        {
            "start": 874520719,
            "stop": 874520723
        },
        {
            "start": 874520732,
            "stop": 874520770
        },
        {
            "start": 874520785,
            "stop": 874520786
        },
        {
            "start": 874520803,
            "stop": 874520806
        },
        {
            "start": 874520813,
            "stop": 874520815
        },
        {
            "start": 874520824,
            "stop": 874520829
        },
        {
            "start": 874520838,
            "stop": 874520849
        },
        {
            "start": 874520862,
            "stop": 874520867
        },
        {
            "start": 874520874,
            "stop": 874520879
        },
        {
            "start": 874520886,
            "stop": 874520896
        },
        {
            "start": 874520903,
            "stop": 874520905
        },
        {
            "start": 874520918,
            "stop": 874520921
        },
        {
            "start": 874520928,
            "stop": 874520929
        },
        {
            "start": 874520947,
            "stop": 874520979
        },
        {
            "start": 874520986,
            "stop": 874520989
        },
        {
            "start": 874521039,
            "stop": 874521040
        },
        {
            "start": 874521048,
            "stop": 874521087
        },
        {
            "start": 874521094,
            "stop": 874521104
        },
        {
            "start": 874521123,
            "stop": 874521129
        }
    ]
}