Return the segments for a given timeline for a run.

Query parameters:

  • start: Initial GPS time of the desired GPS interval.
  • stop: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
GET /api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=78
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=79",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H2_BURST_CAT2/segments?format=api&page=77",
    "results_count": 16323,
    "results_per_page": 20,
    "num_pages": 817,
    "page_number": 78,
    "results": [
        {
            "start": 821295231,
            "stop": 821295340
        },
        {
            "start": 821295343,
            "stop": 821295599
        },
        {
            "start": 821295602,
            "stop": 821295643
        },
        {
            "start": 821295646,
            "stop": 821296120
        },
        {
            "start": 821296123,
            "stop": 821296255
        },
        {
            "start": 821296258,
            "stop": 821296395
        },
        {
            "start": 821296398,
            "stop": 821297238
        },
        {
            "start": 821297241,
            "stop": 821297311
        },
        {
            "start": 821297314,
            "stop": 821297567
        },
        {
            "start": 821297570,
            "stop": 821297713
        },
        {
            "start": 821297716,
            "stop": 821300227
        },
        {
            "start": 821300230,
            "stop": 821300499
        },
        {
            "start": 821300506,
            "stop": 821300866
        },
        {
            "start": 821300869,
            "stop": 821300982
        },
        {
            "start": 821300985,
            "stop": 821301517
        },
        {
            "start": 821301520,
            "stop": 821302093
        },
        {
            "start": 821302096,
            "stop": 821302159
        },
        {
            "start": 821302162,
            "stop": 821302233
        },
        {
            "start": 821302236,
            "stop": 821302749
        },
        {
            "start": 821302752,
            "stop": 821303304
        }
    ]
}