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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=53",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_DATA/segments?format=api&page=51",
    "results_count": 3230,
    "results_per_page": 20,
    "num_pages": 162,
    "page_number": 52,
    "results": [
        {
            "start": 830797755,
            "stop": 830800855
        },
        {
            "start": 830802185,
            "stop": 830804412
        },
        {
            "start": 830804568,
            "stop": 830811441
        },
        {
            "start": 830811945,
            "stop": 830815450
        },
        {
            "start": 830816146,
            "stop": 830838759
        },
        {
            "start": 830838938,
            "stop": 830845749
        },
        {
            "start": 830846122,
            "stop": 830846470
        },
        {
            "start": 830846708,
            "stop": 830855004
        },
        {
            "start": 830855231,
            "stop": 830857519
        },
        {
            "start": 830858447,
            "stop": 830862350
        },
        {
            "start": 830862909,
            "stop": 830872569
        },
        {
            "start": 830880868,
            "stop": 830882793
        },
        {
            "start": 830883421,
            "stop": 830889198
        },
        {
            "start": 830889794,
            "stop": 830892713
        },
        {
            "start": 830893667,
            "stop": 830895305
        },
        {
            "start": 830896061,
            "stop": 830904866
        },
        {
            "start": 830906552,
            "stop": 830906557
        },
        {
            "start": 830907460,
            "stop": 830985447
        },
        {
            "start": 830987114,
            "stop": 830999194
        },
        {
            "start": 831003786,
            "stop": 831005218
        }
    ]
}