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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=56",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 57,
    "results": [
        {
            "start": 941015389,
            "stop": 941015390
        },
        {
            "start": 941015395,
            "stop": 941015401
        },
        {
            "start": 941015432,
            "stop": 941015433
        },
        {
            "start": 941015436,
            "stop": 941015437
        },
        {
            "start": 941015471,
            "stop": 941015475
        },
        {
            "start": 941015484,
            "stop": 941015493
        },
        {
            "start": 941015521,
            "stop": 941015522
        },
        {
            "start": 941015537,
            "stop": 941015540
        },
        {
            "start": 941015546,
            "stop": 941015547
        },
        {
            "start": 941015573,
            "stop": 941015580
        },
        {
            "start": 941015589,
            "stop": 941015597
        },
        {
            "start": 941015603,
            "stop": 941015604
        },
        {
            "start": 941015612,
            "stop": 941015618
        },
        {
            "start": 941015644,
            "stop": 941015646
        },
        {
            "start": 941015669,
            "stop": 941015670
        },
        {
            "start": 941015676,
            "stop": 941015678
        },
        {
            "start": 941015685,
            "stop": 941015698
        },
        {
            "start": 941021244,
            "stop": 941021249
        },
        {
            "start": 941021266,
            "stop": 941021272
        },
        {
            "start": 941021277,
            "stop": 941021280
        }
    ]
}