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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7183",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=7181",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 7182,
    "results": [
        {
            "start": 874528984,
            "stop": 874528988
        },
        {
            "start": 874528990,
            "stop": 874528992
        },
        {
            "start": 874528994,
            "stop": 874528995
        },
        {
            "start": 874528997,
            "stop": 874528998
        },
        {
            "start": 874529000,
            "stop": 874529005
        },
        {
            "start": 874529007,
            "stop": 874529008
        },
        {
            "start": 874529010,
            "stop": 874529038
        },
        {
            "start": 874529039,
            "stop": 874529073
        },
        {
            "start": 874529075,
            "stop": 874529278
        },
        {
            "start": 874529280,
            "stop": 874529281
        },
        {
            "start": 874529283,
            "stop": 874529284
        },
        {
            "start": 874529288,
            "stop": 874529329
        },
        {
            "start": 874529330,
            "stop": 874529463
        },
        {
            "start": 874529464,
            "stop": 874530041
        },
        {
            "start": 874530341,
            "stop": 874530389
        },
        {
            "start": 874530540,
            "stop": 874530677
        },
        {
            "start": 874530679,
            "stop": 874530686
        },
        {
            "start": 874530687,
            "stop": 874530977
        },
        {
            "start": 874531277,
            "stop": 874531280
        },
        {
            "start": 874531281,
            "stop": 874531307
        }
    ]
}