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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=22",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=20",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 21,
    "results": [
        {
            "start": 934214798,
            "stop": 934215468
        },
        {
            "start": 934216737,
            "stop": 934217575
        },
        {
            "start": 934223388,
            "stop": 934223574
        },
        {
            "start": 934227898,
            "stop": 934228496
        },
        {
            "start": 934229724,
            "stop": 934231125
        },
        {
            "start": 934231889,
            "stop": 934235763
        },
        {
            "start": 934242716,
            "stop": 934253952
        },
        {
            "start": 934255145,
            "stop": 934258723
        },
        {
            "start": 934260498,
            "stop": 934281689
        },
        {
            "start": 934283944,
            "stop": 934287187
        },
        {
            "start": 934294636,
            "stop": 934294767
        },
        {
            "start": 934298264,
            "stop": 934298822
        },
        {
            "start": 934300608,
            "stop": 934300657
        },
        {
            "start": 934302193,
            "stop": 934303728
        },
        {
            "start": 934306148,
            "stop": 934306392
        },
        {
            "start": 934307215,
            "stop": 934307529
        },
        {
            "start": 934308260,
            "stop": 934308744
        },
        {
            "start": 934309438,
            "stop": 934316413
        },
        {
            "start": 934318818,
            "stop": 934322142
        },
        {
            "start": 934324420,
            "stop": 934329485
        }
    ]
}