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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=13",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_HW_BURST/segments?format=api&page=11",
    "results_count": 758,
    "results_per_page": 20,
    "num_pages": 38,
    "page_number": 12,
    "results": [
        {
            "start": 945028005,
            "stop": 945028118
        },
        {
            "start": 945029334,
            "stop": 945029446
        },
        {
            "start": 945031702,
            "stop": 945031814
        },
        {
            "start": 945033926,
            "stop": 945034038
        },
        {
            "start": 945040837,
            "stop": 945040950
        },
        {
            "start": 945045597,
            "stop": 945045710
        },
        {
            "start": 945045786,
            "stop": 945045870
        },
        {
            "start": 945047141,
            "stop": 945047254
        },
        {
            "start": 945047501,
            "stop": 945047585
        },
        {
            "start": 945048405,
            "stop": 945048518
        },
        {
            "start": 945050088,
            "stop": 945050172
        },
        {
            "start": 945051478,
            "stop": 945051590
        },
        {
            "start": 945052958,
            "stop": 945053070
        },
        {
            "start": 945054709,
            "stop": 945054870
        },
        {
            "start": 945059654,
            "stop": 945059765
        },
        {
            "start": 945061614,
            "stop": 945061725
        },
        {
            "start": 945063309,
            "stop": 945063422
        },
        {
            "start": 945064709,
            "stop": 945064822
        },
        {
            "start": 945067173,
            "stop": 945067286
        },
        {
            "start": 945069901,
            "stop": 945070014
        }
    ]
}