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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=86",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CBCLOW_CAT3/segments?format=api&page=84",
    "results_count": 164670,
    "results_per_page": 20,
    "num_pages": 8234,
    "page_number": 85,
    "results": [
        {
            "start": 931534144,
            "stop": 931534217
        },
        {
            "start": 931534249,
            "stop": 931534311
        },
        {
            "start": 931534333,
            "stop": 931534368
        },
        {
            "start": 931534385,
            "stop": 931534503
        },
        {
            "start": 931534554,
            "stop": 931534578
        },
        {
            "start": 931534596,
            "stop": 931534600
        },
        {
            "start": 931534628,
            "stop": 931534646
        },
        {
            "start": 931534675,
            "stop": 931534684
        },
        {
            "start": 931534724,
            "stop": 931534768
        },
        {
            "start": 931534819,
            "stop": 931534854
        },
        {
            "start": 931534875,
            "stop": 931534879
        },
        {
            "start": 931534913,
            "stop": 931535011
        },
        {
            "start": 931535028,
            "stop": 931535033
        },
        {
            "start": 931535050,
            "stop": 931535096
        },
        {
            "start": 931535113,
            "stop": 931535115
        },
        {
            "start": 931535161,
            "stop": 931535216
        },
        {
            "start": 931535234,
            "stop": 931535287
        },
        {
            "start": 931535307,
            "stop": 931535417
        },
        {
            "start": 931535439,
            "stop": 931535456
        },
        {
            "start": 931535473,
            "stop": 931535535
        }
    ]
}