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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=357",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CW_CAT1/segments?format=api&page=355",
    "results_count": 7262,
    "results_per_page": 20,
    "num_pages": 364,
    "page_number": 356,
    "results": [
        {
            "start": 872127250,
            "stop": 872128707
        },
        {
            "start": 872128713,
            "stop": 872129632
        },
        {
            "start": 872129637,
            "stop": 872129937
        },
        {
            "start": 872131098,
            "stop": 872131450
        },
        {
            "start": 872131456,
            "stop": 872131460
        },
        {
            "start": 872131466,
            "stop": 872142107
        },
        {
            "start": 872143950,
            "stop": 872167757
        },
        {
            "start": 872168993,
            "stop": 872183056
        },
        {
            "start": 872183772,
            "stop": 872201809
        },
        {
            "start": 872203081,
            "stop": 872299551
        },
        {
            "start": 872300654,
            "stop": 872304692
        },
        {
            "start": 872305448,
            "stop": 872315332
        },
        {
            "start": 872316261,
            "stop": 872331557
        },
        {
            "start": 872332687,
            "stop": 872345449
        },
        {
            "start": 872347768,
            "stop": 872348306
        },
        {
            "start": 872366580,
            "stop": 872367539
        },
        {
            "start": 872369094,
            "stop": 872373244
        },
        {
            "start": 872375969,
            "stop": 872419732
        },
        {
            "start": 872422289,
            "stop": 872442778
        },
        {
            "start": 872444062,
            "stop": 872461174
        }
    ]
}