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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46775",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT3E/segments?format=api&page=46773",
    "results_count": 940519,
    "results_per_page": 20,
    "num_pages": 47026,
    "page_number": 46774,
    "results": [
        {
            "start": 875096926,
            "stop": 875096984
        },
        {
            "start": 875096985,
            "stop": 875097003
        },
        {
            "start": 875097004,
            "stop": 875097041
        },
        {
            "start": 875097042,
            "stop": 875097065
        },
        {
            "start": 875097066,
            "stop": 875097083
        },
        {
            "start": 875097085,
            "stop": 875097105
        },
        {
            "start": 875097106,
            "stop": 875097183
        },
        {
            "start": 875097184,
            "stop": 875097225
        },
        {
            "start": 875097227,
            "stop": 875097239
        },
        {
            "start": 875097240,
            "stop": 875097245
        },
        {
            "start": 875097246,
            "stop": 875097269
        },
        {
            "start": 875097271,
            "stop": 875097285
        },
        {
            "start": 875097286,
            "stop": 875097303
        },
        {
            "start": 875097304,
            "stop": 875097353
        },
        {
            "start": 875097354,
            "stop": 875097367
        },
        {
            "start": 875097368,
            "stop": 875097388
        },
        {
            "start": 875097389,
            "stop": 875097415
        },
        {
            "start": 875097416,
            "stop": 875097423
        },
        {
            "start": 875097424,
            "stop": 875097431
        },
        {
            "start": 875097432,
            "stop": 875097452
        }
    ]
}