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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=732",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_CBCLOW_CAT2/segments?format=api&page=730",
    "results_count": 15160,
    "results_per_page": 20,
    "num_pages": 758,
    "page_number": 731,
    "results": [
        {
            "start": 869660023,
            "stop": 869660026
        },
        {
            "start": 869660047,
            "stop": 869660090
        },
        {
            "start": 869660111,
            "stop": 869660154
        },
        {
            "start": 869660238,
            "stop": 869660257
        },
        {
            "start": 869660278,
            "stop": 869660294
        },
        {
            "start": 869660335,
            "stop": 869660339
        },
        {
            "start": 869660382,
            "stop": 869660399
        },
        {
            "start": 869660422,
            "stop": 869660438
        },
        {
            "start": 869660476,
            "stop": 869660479
        },
        {
            "start": 869660535,
            "stop": 869660536
        },
        {
            "start": 869660556,
            "stop": 869660558
        },
        {
            "start": 869660616,
            "stop": 869660634
        },
        {
            "start": 869660656,
            "stop": 869660658
        },
        {
            "start": 869660699,
            "stop": 869660721
        },
        {
            "start": 869660764,
            "stop": 869660765
        },
        {
            "start": 869660788,
            "stop": 869660804
        },
        {
            "start": 869660848,
            "stop": 869660850
        },
        {
            "start": 869660870,
            "stop": 869660889
        },
        {
            "start": 869660920,
            "stop": 869660921
        },
        {
            "start": 869661006,
            "stop": 869661023
        }
    ]
}