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_H1L1/segments?format=api&page=65
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_H1L1/segments?format=api&page=66",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H1L1/segments?format=api&page=64",
    "results_count": 22462,
    "results_per_page": 20,
    "num_pages": 1124,
    "page_number": 65,
    "results": [
        {
            "start": 819497907,
            "stop": 819498387
        },
        {
            "start": 819498746,
            "stop": 819498926
        },
        {
            "start": 819499108,
            "stop": 819499348
        },
        {
            "start": 819499525,
            "stop": 819499585
        },
        {
            "start": 819500490,
            "stop": 819500550
        },
        {
            "start": 819501077,
            "stop": 819501137
        },
        {
            "start": 819501549,
            "stop": 819501969
        },
        {
            "start": 819502135,
            "stop": 819502555
        },
        {
            "start": 819502754,
            "stop": 819503174
        },
        {
            "start": 819503355,
            "stop": 819503415
        },
        {
            "start": 819503588,
            "stop": 819503948
        },
        {
            "start": 819504435,
            "stop": 819504495
        },
        {
            "start": 819504683,
            "stop": 819504863
        },
        {
            "start": 819505060,
            "stop": 819505180
        },
        {
            "start": 819505783,
            "stop": 819506083
        },
        {
            "start": 819506282,
            "stop": 819506462
        },
        {
            "start": 819506724,
            "stop": 819506844
        },
        {
            "start": 819507268,
            "stop": 819507328
        },
        {
            "start": 819507707,
            "stop": 819507887
        },
        {
            "start": 819508044,
            "stop": 819508224
        }
    ]
}