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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=106",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2E/segments?format=api&page=104",
    "results_count": 133929,
    "results_per_page": 20,
    "num_pages": 6697,
    "page_number": 105,
    "results": [
        {
            "start": 821444643,
            "stop": 821444670
        },
        {
            "start": 821444673,
            "stop": 821444715
        },
        {
            "start": 821444718,
            "stop": 821444956
        },
        {
            "start": 821444960,
            "stop": 821444975
        },
        {
            "start": 821444978,
            "stop": 821444988
        },
        {
            "start": 821444991,
            "stop": 821445028
        },
        {
            "start": 821445031,
            "stop": 821445037
        },
        {
            "start": 821445040,
            "stop": 821445049
        },
        {
            "start": 821445055,
            "stop": 821445061
        },
        {
            "start": 821445064,
            "stop": 821445110
        },
        {
            "start": 821445113,
            "stop": 821445154
        },
        {
            "start": 821445157,
            "stop": 821445165
        },
        {
            "start": 821445168,
            "stop": 821445190
        },
        {
            "start": 821445193,
            "stop": 821445274
        },
        {
            "start": 821445277,
            "stop": 821445588
        },
        {
            "start": 821445591,
            "stop": 821445604
        },
        {
            "start": 821445607,
            "stop": 821445690
        },
        {
            "start": 821445693,
            "stop": 821445848
        },
        {
            "start": 821445851,
            "stop": 821445880
        },
        {
            "start": 821445883,
            "stop": 821445973
        }
    ]
}