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=4943
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=4944",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT3/segments?format=api&page=4942",
    "results_count": 105470,
    "results_per_page": 20,
    "num_pages": 5274,
    "page_number": 4943,
    "results": [
        {
            "start": 874423430,
            "stop": 874423438
        },
        {
            "start": 874423445,
            "stop": 874423453
        },
        {
            "start": 874423467,
            "stop": 874423503
        },
        {
            "start": 874423510,
            "stop": 874423541
        },
        {
            "start": 874423548,
            "stop": 874423609
        },
        {
            "start": 874423616,
            "stop": 874423621
        },
        {
            "start": 874423628,
            "stop": 874423718
        },
        {
            "start": 874423725,
            "stop": 874423761
        },
        {
            "start": 874423769,
            "stop": 874423786
        },
        {
            "start": 874423793,
            "stop": 874423844
        },
        {
            "start": 874423852,
            "stop": 874423903
        },
        {
            "start": 874423910,
            "stop": 874424048
        },
        {
            "start": 874424055,
            "stop": 874424087
        },
        {
            "start": 874424094,
            "stop": 874424111
        },
        {
            "start": 874424118,
            "stop": 874424142
        },
        {
            "start": 874424150,
            "stop": 874424151
        },
        {
            "start": 874424158,
            "stop": 874424168
        },
        {
            "start": 874424175,
            "stop": 874424176
        },
        {
            "start": 874424187,
            "stop": 874424288
        },
        {
            "start": 874424295,
            "stop": 874424365
        }
    ]
}