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=308
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=309",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_CW_CAT1/segments?format=api&page=307",
    "results_count": 6331,
    "results_per_page": 20,
    "num_pages": 317,
    "page_number": 308,
    "results": [
        {
            "start": 969048906,
            "stop": 969048934
        },
        {
            "start": 969048937,
            "stop": 969048975
        },
        {
            "start": 969048978,
            "stop": 969049153
        },
        {
            "start": 969049157,
            "stop": 969049158
        },
        {
            "start": 969049161,
            "stop": 969049259
        },
        {
            "start": 969049261,
            "stop": 969049263
        },
        {
            "start": 969049268,
            "stop": 969049336
        },
        {
            "start": 969049349,
            "stop": 969049353
        },
        {
            "start": 969049355,
            "stop": 969049405
        },
        {
            "start": 969049407,
            "stop": 969049417
        },
        {
            "start": 969049419,
            "stop": 969049468
        },
        {
            "start": 969049471,
            "stop": 969049589
        },
        {
            "start": 969049595,
            "stop": 969049659
        },
        {
            "start": 969049663,
            "stop": 969049667
        },
        {
            "start": 969049672,
            "stop": 969049758
        },
        {
            "start": 969049764,
            "stop": 969049931
        },
        {
            "start": 969049935,
            "stop": 969049996
        },
        {
            "start": 969050001,
            "stop": 969050013
        },
        {
            "start": 969050017,
            "stop": 969050020
        },
        {
            "start": 969050026,
            "stop": 969050037
        }
    ]
}