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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=81",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT4/segments?format=api&page=79",
    "results_count": 164472,
    "results_per_page": 20,
    "num_pages": 8224,
    "page_number": 80,
    "results": [
        {
            "start": 931534596,
            "stop": 931534600
        },
        {
            "start": 931534628,
            "stop": 931534646
        },
        {
            "start": 931534675,
            "stop": 931534684
        },
        {
            "start": 931534724,
            "stop": 931534768
        },
        {
            "start": 931534875,
            "stop": 931534879
        },
        {
            "start": 931534913,
            "stop": 931535011
        },
        {
            "start": 931535028,
            "stop": 931535033
        },
        {
            "start": 931535050,
            "stop": 931535096
        },
        {
            "start": 931535113,
            "stop": 931535115
        },
        {
            "start": 931535161,
            "stop": 931535170
        },
        {
            "start": 931535234,
            "stop": 931535287
        },
        {
            "start": 931535307,
            "stop": 931535417
        },
        {
            "start": 931535439,
            "stop": 931535456
        },
        {
            "start": 931535473,
            "stop": 931535535
        },
        {
            "start": 931535553,
            "stop": 931535566
        },
        {
            "start": 931535584,
            "stop": 931535587
        },
        {
            "start": 931535633,
            "stop": 931535698
        },
        {
            "start": 931535716,
            "stop": 931535761
        },
        {
            "start": 931535779,
            "stop": 931535789
        },
        {
            "start": 931535819,
            "stop": 931535861
        }
    ]
}