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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5191",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/L1_BURST_CAT3/segments?format=api&page=5189",
    "results_count": 109510,
    "results_per_page": 20,
    "num_pages": 5476,
    "page_number": 5190,
    "results": [
        {
            "start": 1136275684,
            "stop": 1136275706
        },
        {
            "start": 1136275708,
            "stop": 1136275717
        },
        {
            "start": 1136275719,
            "stop": 1136275741
        },
        {
            "start": 1136275743,
            "stop": 1136275769
        },
        {
            "start": 1136275771,
            "stop": 1136275817
        },
        {
            "start": 1136275819,
            "stop": 1136275859
        },
        {
            "start": 1136275861,
            "stop": 1136275867
        },
        {
            "start": 1136275869,
            "stop": 1136275873
        },
        {
            "start": 1136275875,
            "stop": 1136275898
        },
        {
            "start": 1136275900,
            "stop": 1136275936
        },
        {
            "start": 1136275938,
            "stop": 1136275940
        },
        {
            "start": 1136275942,
            "stop": 1136275960
        },
        {
            "start": 1136275962,
            "stop": 1136275995
        },
        {
            "start": 1136275997,
            "stop": 1136276017
        },
        {
            "start": 1136276019,
            "stop": 1136276045
        },
        {
            "start": 1136276047,
            "stop": 1136276065
        },
        {
            "start": 1136276067,
            "stop": 1136276172
        },
        {
            "start": 1136276174,
            "stop": 1136276200
        },
        {
            "start": 1136276202,
            "stop": 1136276249
        },
        {
            "start": 1136276251,
            "stop": 1136276272
        }
    ]
}