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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=132",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT3/segments?format=api&page=130",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 131,
    "results": [
        {
            "start": 1131162583,
            "stop": 1131162588
        },
        {
            "start": 1131162589,
            "stop": 1131162599
        },
        {
            "start": 1131162600,
            "stop": 1131162601
        },
        {
            "start": 1131162602,
            "stop": 1131162616
        },
        {
            "start": 1131162617,
            "stop": 1131162629
        },
        {
            "start": 1131162631,
            "stop": 1131162653
        },
        {
            "start": 1131162654,
            "stop": 1131162690
        },
        {
            "start": 1131162691,
            "stop": 1131162756
        },
        {
            "start": 1131162757,
            "stop": 1131162790
        },
        {
            "start": 1131162791,
            "stop": 1131162813
        },
        {
            "start": 1131162815,
            "stop": 1131162830
        },
        {
            "start": 1131162831,
            "stop": 1131162841
        },
        {
            "start": 1131162842,
            "stop": 1131162868
        },
        {
            "start": 1131162869,
            "stop": 1131162990
        },
        {
            "start": 1131162992,
            "stop": 1131163003
        },
        {
            "start": 1131163004,
            "stop": 1131163015
        },
        {
            "start": 1131163016,
            "stop": 1131163023
        },
        {
            "start": 1131163024,
            "stop": 1131163080
        },
        {
            "start": 1131163081,
            "stop": 1131163082
        },
        {
            "start": 1131163083,
            "stop": 1131163086
        }
    ]
}