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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=68",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=66",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 67,
    "results": [
        {
            "start": 931501903,
            "stop": 931501917
        },
        {
            "start": 931501920,
            "stop": 931501932
        },
        {
            "start": 931501935,
            "stop": 931501940
        },
        {
            "start": 931501943,
            "stop": 931501950
        },
        {
            "start": 931501953,
            "stop": 931501958
        },
        {
            "start": 931501961,
            "stop": 931501995
        },
        {
            "start": 931501998,
            "stop": 931502000
        },
        {
            "start": 931502003,
            "stop": 931502015
        },
        {
            "start": 931502018,
            "stop": 931502021
        },
        {
            "start": 931502024,
            "stop": 931502031
        },
        {
            "start": 931502033,
            "stop": 931502040
        },
        {
            "start": 931502043,
            "stop": 931502046
        },
        {
            "start": 931502049,
            "stop": 931502059
        },
        {
            "start": 931502061,
            "stop": 931502083
        },
        {
            "start": 931502086,
            "stop": 931502092
        },
        {
            "start": 931502095,
            "stop": 931502118
        },
        {
            "start": 931502120,
            "stop": 931502136
        },
        {
            "start": 931502139,
            "stop": 931502151
        },
        {
            "start": 931502153,
            "stop": 931502155
        },
        {
            "start": 931502161,
            "stop": 931502166
        }
    ]
}