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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=205",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT1/segments?format=api&page=203",
    "results_count": 6969,
    "results_per_page": 20,
    "num_pages": 349,
    "page_number": 204,
    "results": [
        {
            "start": 847605956,
            "stop": 847622456
        },
        {
            "start": 847622756,
            "stop": 847623353
        },
        {
            "start": 847623463,
            "stop": 847623753
        },
        {
            "start": 847624053,
            "stop": 847624066
        },
        {
            "start": 847624646,
            "stop": 847624779
        },
        {
            "start": 847640899,
            "stop": 847655724
        },
        {
            "start": 847655726,
            "stop": 847661261
        },
        {
            "start": 847702309,
            "stop": 847717970
        },
        {
            "start": 847718125,
            "stop": 847718126
        },
        {
            "start": 847718145,
            "stop": 847718146
        },
        {
            "start": 847718164,
            "stop": 847718166
        },
        {
            "start": 847718169,
            "stop": 847718171
        },
        {
            "start": 847718174,
            "stop": 847718176
        },
        {
            "start": 847718179,
            "stop": 847718181
        },
        {
            "start": 847718184,
            "stop": 847731461
        },
        {
            "start": 847731571,
            "stop": 847731585
        },
        {
            "start": 847731885,
            "stop": 847732803
        },
        {
            "start": 847736448,
            "stop": 847736635
        },
        {
            "start": 847737250,
            "stop": 847737304
        },
        {
            "start": 847737421,
            "stop": 847737448
        }
    ]
}