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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2360",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_CBCLOW_CAT2/segments?format=api&page=2358",
    "results_count": 47811,
    "results_per_page": 20,
    "num_pages": 2391,
    "page_number": 2359,
    "results": [
        {
            "start": 874696319,
            "stop": 874696377
        },
        {
            "start": 874696383,
            "stop": 874696652
        },
        {
            "start": 874696657,
            "stop": 874696778
        },
        {
            "start": 874696795,
            "stop": 874696972
        },
        {
            "start": 874696997,
            "stop": 874697003
        },
        {
            "start": 874697022,
            "stop": 874697101
        },
        {
            "start": 874697118,
            "stop": 874697398
        },
        {
            "start": 874697430,
            "stop": 874697471
        },
        {
            "start": 874697490,
            "stop": 874697553
        },
        {
            "start": 874697570,
            "stop": 874697578
        },
        {
            "start": 874697595,
            "stop": 874697644
        },
        {
            "start": 874697935,
            "stop": 874698083
        },
        {
            "start": 874698109,
            "stop": 874699038
        },
        {
            "start": 874699060,
            "stop": 874699112
        },
        {
            "start": 874699130,
            "stop": 874699141
        },
        {
            "start": 874699158,
            "stop": 874699160
        },
        {
            "start": 874699177,
            "stop": 874699182
        },
        {
            "start": 874699199,
            "stop": 874699284
        },
        {
            "start": 874699324,
            "stop": 874699365
        },
        {
            "start": 874699390,
            "stop": 874699470
        }
    ]
}