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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=126",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=124",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 125,
    "results": [
        {
            "start": 931424339,
            "stop": 931424381
        },
        {
            "start": 931424383,
            "stop": 931424400
        },
        {
            "start": 931424402,
            "stop": 931424436
        },
        {
            "start": 931424438,
            "stop": 931424607
        },
        {
            "start": 931424609,
            "stop": 931424623
        },
        {
            "start": 931424625,
            "stop": 931424927
        },
        {
            "start": 931424929,
            "stop": 931424958
        },
        {
            "start": 931424960,
            "stop": 931424974
        },
        {
            "start": 931424977,
            "stop": 931425005
        },
        {
            "start": 931425007,
            "stop": 931425233
        },
        {
            "start": 931425235,
            "stop": 931425238
        },
        {
            "start": 931425240,
            "stop": 931425279
        },
        {
            "start": 931425280,
            "stop": 931425322
        },
        {
            "start": 931425324,
            "stop": 931425341
        },
        {
            "start": 931425342,
            "stop": 931425483
        },
        {
            "start": 931425485,
            "stop": 931425622
        },
        {
            "start": 931425624,
            "stop": 931425661
        },
        {
            "start": 931425663,
            "stop": 931425692
        },
        {
            "start": 931425694,
            "stop": 931425719
        },
        {
            "start": 931425720,
            "stop": 931425753
        }
    ]
}