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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=50",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CW_CAT1/segments?format=api&page=48",
    "results_count": 3094,
    "results_per_page": 20,
    "num_pages": 155,
    "page_number": 49,
    "results": [
        {
            "start": 942573086,
            "stop": 942573457
        },
        {
            "start": 942576087,
            "stop": 942576874
        },
        {
            "start": 942578894,
            "stop": 942579952
        },
        {
            "start": 942583022,
            "stop": 942583102
        },
        {
            "start": 942585112,
            "stop": 942585825
        },
        {
            "start": 942624200,
            "stop": 942627199
        },
        {
            "start": 942628023,
            "stop": 942629551
        },
        {
            "start": 942630540,
            "stop": 942631571
        },
        {
            "start": 942632382,
            "stop": 942639866
        },
        {
            "start": 942641228,
            "stop": 942645294
        },
        {
            "start": 942646318,
            "stop": 942647550
        },
        {
            "start": 942648658,
            "stop": 942651141
        },
        {
            "start": 942653842,
            "stop": 942657424
        },
        {
            "start": 942658869,
            "stop": 942660268
        },
        {
            "start": 942661474,
            "stop": 942661503
        },
        {
            "start": 942661561,
            "stop": 942661773
        },
        {
            "start": 942661813,
            "stop": 942661844
        },
        {
            "start": 942662087,
            "stop": 942662149
        },
        {
            "start": 942662421,
            "stop": 942664308
        },
        {
            "start": 942664591,
            "stop": 942665791
        }
    ]
}