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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1089",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_CBC_CAT2/segments?format=api&page=1087",
    "results_count": 23226,
    "results_per_page": 20,
    "num_pages": 1162,
    "page_number": 1088,
    "results": [
        {
            "start": 1136401290,
            "stop": 1136401310
        },
        {
            "start": 1136401313,
            "stop": 1136401370
        },
        {
            "start": 1136401375,
            "stop": 1136401377
        },
        {
            "start": 1136401381,
            "stop": 1136401429
        },
        {
            "start": 1136401433,
            "stop": 1136401440
        },
        {
            "start": 1136401443,
            "stop": 1136401475
        },
        {
            "start": 1136401478,
            "stop": 1136401514
        },
        {
            "start": 1136401517,
            "stop": 1136401530
        },
        {
            "start": 1136401533,
            "stop": 1136401537
        },
        {
            "start": 1136401540,
            "stop": 1136401555
        },
        {
            "start": 1136401558,
            "stop": 1136401604
        },
        {
            "start": 1136401607,
            "stop": 1136401645
        },
        {
            "start": 1136401648,
            "stop": 1136401719
        },
        {
            "start": 1136401723,
            "stop": 1136401823
        },
        {
            "start": 1136401829,
            "stop": 1136401857
        },
        {
            "start": 1136401861,
            "stop": 1136401862
        },
        {
            "start": 1136401865,
            "stop": 1136401873
        },
        {
            "start": 1136401890,
            "stop": 1136401891
        },
        {
            "start": 1136401894,
            "stop": 1136401895
        },
        {
            "start": 1136401909,
            "stop": 1136401910
        }
    ]
}