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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=353",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/H1_BURST_CAT4/segments?format=api&page=351",
    "results_count": 75537,
    "results_per_page": 20,
    "num_pages": 3777,
    "page_number": 352,
    "results": [
        {
            "start": 931788774,
            "stop": 931788779
        },
        {
            "start": 931788784,
            "stop": 931788797
        },
        {
            "start": 931788799,
            "stop": 931788805
        },
        {
            "start": 931788807,
            "stop": 931788831
        },
        {
            "start": 931788832,
            "stop": 931788843
        },
        {
            "start": 931788852,
            "stop": 931788856
        },
        {
            "start": 931788858,
            "stop": 931788871
        },
        {
            "start": 931788873,
            "stop": 931788881
        },
        {
            "start": 931788883,
            "stop": 931788884
        },
        {
            "start": 931788892,
            "stop": 931788898
        },
        {
            "start": 931788900,
            "stop": 931788918
        },
        {
            "start": 931788920,
            "stop": 931789652
        },
        {
            "start": 931789655,
            "stop": 931789743
        },
        {
            "start": 931789746,
            "stop": 931789773
        },
        {
            "start": 931789775,
            "stop": 931789787
        },
        {
            "start": 931789790,
            "stop": 931789802
        },
        {
            "start": 931789805,
            "stop": 931789948
        },
        {
            "start": 931793105,
            "stop": 931794819
        },
        {
            "start": 931794821,
            "stop": 931795039
        },
        {
            "start": 931795041,
            "stop": 931795215
        }
    ]
}