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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=882",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT2/segments?format=api&page=880",
    "results_count": 17965,
    "results_per_page": 20,
    "num_pages": 899,
    "page_number": 881,
    "results": [
        {
            "start": 968910200,
            "stop": 968913064
        },
        {
            "start": 968914368,
            "stop": 968917074
        },
        {
            "start": 968918238,
            "stop": 968927960
        },
        {
            "start": 968928769,
            "stop": 968930354
        },
        {
            "start": 968931621,
            "stop": 968934110
        },
        {
            "start": 968934116,
            "stop": 968934152
        },
        {
            "start": 968934160,
            "stop": 968934164
        },
        {
            "start": 968934178,
            "stop": 968934183
        },
        {
            "start": 968934197,
            "stop": 968934205
        },
        {
            "start": 968934211,
            "stop": 968934317
        },
        {
            "start": 968934323,
            "stop": 968934658
        },
        {
            "start": 968934664,
            "stop": 968934665
        },
        {
            "start": 968934675,
            "stop": 968934679
        },
        {
            "start": 968934685,
            "stop": 968934702
        },
        {
            "start": 968934708,
            "stop": 968934778
        },
        {
            "start": 968934784,
            "stop": 968934785
        },
        {
            "start": 968934797,
            "stop": 968934804
        },
        {
            "start": 968934812,
            "stop": 968934854
        },
        {
            "start": 968934860,
            "stop": 968935987
        },
        {
            "start": 968935993,
            "stop": 968936421
        }
    ]
}