Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=364
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=365",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_CW_CAT1/segments?format=api&page=363",
    "results_count": 9325,
    "results_per_page": 20,
    "num_pages": 467,
    "page_number": 364,
    "results": [
        {
            "start": 858801525,
            "stop": 858804136
        },
        {
            "start": 858804140,
            "stop": 858804973
        },
        {
            "start": 858804977,
            "stop": 858805021
        },
        {
            "start": 858805025,
            "stop": 858805049
        },
        {
            "start": 858805053,
            "stop": 858805068
        },
        {
            "start": 858805072,
            "stop": 858805087
        },
        {
            "start": 858805091,
            "stop": 858805121
        },
        {
            "start": 858805134,
            "stop": 858805140
        },
        {
            "start": 858805144,
            "stop": 858805159
        },
        {
            "start": 858805163,
            "stop": 858805174
        },
        {
            "start": 858805178,
            "stop": 858805189
        },
        {
            "start": 858805216,
            "stop": 858805222
        },
        {
            "start": 858805226,
            "stop": 858805236
        },
        {
            "start": 858805240,
            "stop": 858805246
        },
        {
            "start": 858805968,
            "stop": 858806325
        },
        {
            "start": 858806334,
            "stop": 858806354
        },
        {
            "start": 858806358,
            "stop": 858806700
        },
        {
            "start": 858806709,
            "stop": 858806739
        },
        {
            "start": 858806743,
            "stop": 858806753
        },
        {
            "start": 858806767,
            "stop": 858806777
        }
    ]
}