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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=954",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=952",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 953,
    "results": [
        {
            "start": 871324282,
            "stop": 871324582
        },
        {
            "start": 871324743,
            "stop": 871325103
        },
        {
            "start": 871325499,
            "stop": 871326339
        },
        {
            "start": 871326583,
            "stop": 871327363
        },
        {
            "start": 871327519,
            "stop": 871328239
        },
        {
            "start": 871328391,
            "stop": 871329111
        },
        {
            "start": 871344222,
            "stop": 871352562
        },
        {
            "start": 871354739,
            "stop": 871356119
        },
        {
            "start": 871357338,
            "stop": 871357458
        },
        {
            "start": 871357614,
            "stop": 871357764
        },
        {
            "start": 871357942,
            "stop": 871358302
        },
        {
            "start": 871358573,
            "stop": 871358873
        },
        {
            "start": 871366942,
            "stop": 871371082
        },
        {
            "start": 871371297,
            "stop": 871373187
        },
        {
            "start": 871373337,
            "stop": 871374237
        },
        {
            "start": 871378802,
            "stop": 871381082
        },
        {
            "start": 871384375,
            "stop": 871387495
        },
        {
            "start": 871387666,
            "stop": 871389526
        },
        {
            "start": 871389734,
            "stop": 871392494
        },
        {
            "start": 871405506,
            "stop": 871406136
        }
    ]
}