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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14428",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3/segments?format=api&page=14426",
    "results_count": 289660,
    "results_per_page": 20,
    "num_pages": 14483,
    "page_number": 14427,
    "results": [
        {
            "start": 971510082,
            "stop": 971510089
        },
        {
            "start": 971510092,
            "stop": 971510593
        },
        {
            "start": 971510596,
            "stop": 971511927
        },
        {
            "start": 971511930,
            "stop": 971512272
        },
        {
            "start": 971512275,
            "stop": 971512314
        },
        {
            "start": 971512317,
            "stop": 971512641
        },
        {
            "start": 971512644,
            "stop": 971513342
        },
        {
            "start": 971513345,
            "stop": 971513595
        },
        {
            "start": 971513598,
            "stop": 971513822
        },
        {
            "start": 971513825,
            "stop": 971513901
        },
        {
            "start": 971513904,
            "stop": 971513965
        },
        {
            "start": 971513968,
            "stop": 971513972
        },
        {
            "start": 971513975,
            "stop": 971514081
        },
        {
            "start": 971514084,
            "stop": 971514356
        },
        {
            "start": 971514359,
            "stop": 971514371
        },
        {
            "start": 971514373,
            "stop": 971514877
        },
        {
            "start": 971514880,
            "stop": 971514907
        },
        {
            "start": 971514908,
            "stop": 971515056
        },
        {
            "start": 971515059,
            "stop": 971515148
        },
        {
            "start": 971515151,
            "stop": 971515395
        }
    ]
}