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

{
    "next": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=58",
    "previous": "https://gwosc.org/api/v2/runs/O1/timelines/H1_BURST_CAT3/segments?format=api&page=56",
    "results_count": 106837,
    "results_per_page": 20,
    "num_pages": 5342,
    "page_number": 57,
    "results": [
        {
            "start": 1126424727,
            "stop": 1126424762
        },
        {
            "start": 1126424763,
            "stop": 1126424783
        },
        {
            "start": 1126424784,
            "stop": 1126425013
        },
        {
            "start": 1126425015,
            "stop": 1126425077
        },
        {
            "start": 1126425078,
            "stop": 1126425339
        },
        {
            "start": 1126425341,
            "stop": 1126425669
        },
        {
            "start": 1126425670,
            "stop": 1126425860
        },
        {
            "start": 1126425867,
            "stop": 1126426025
        },
        {
            "start": 1126426026,
            "stop": 1126426037
        },
        {
            "start": 1126426496,
            "stop": 1126426512
        },
        {
            "start": 1126426514,
            "stop": 1126426521
        },
        {
            "start": 1126426523,
            "stop": 1126426531
        },
        {
            "start": 1126426533,
            "stop": 1126426538
        },
        {
            "start": 1126426540,
            "stop": 1126426549
        },
        {
            "start": 1126426551,
            "stop": 1126426557
        },
        {
            "start": 1126426558,
            "stop": 1126426576
        },
        {
            "start": 1126426578,
            "stop": 1126426658
        },
        {
            "start": 1126426662,
            "stop": 1126426667
        },
        {
            "start": 1126426672,
            "stop": 1126426713
        },
        {
            "start": 1126426715,
            "stop": 1126426720
        }
    ]
}