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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=309",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=307",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 308,
    "results": [
        {
            "start": 931564758,
            "stop": 931564762
        },
        {
            "start": 931564764,
            "stop": 931564768
        },
        {
            "start": 931564771,
            "stop": 931564782
        },
        {
            "start": 931564785,
            "stop": 931564788
        },
        {
            "start": 931564792,
            "stop": 931564793
        },
        {
            "start": 931564796,
            "stop": 931564801
        },
        {
            "start": 931564802,
            "stop": 931564807
        },
        {
            "start": 931564810,
            "stop": 931564811
        },
        {
            "start": 931564813,
            "stop": 931564820
        },
        {
            "start": 931564822,
            "stop": 931564826
        },
        {
            "start": 931564831,
            "stop": 931564840
        },
        {
            "start": 931564843,
            "stop": 931564845
        },
        {
            "start": 931564847,
            "stop": 931564848
        },
        {
            "start": 931564849,
            "stop": 931564850
        },
        {
            "start": 931564853,
            "stop": 931564860
        },
        {
            "start": 931564864,
            "stop": 931564866
        },
        {
            "start": 931564871,
            "stop": 931564872
        },
        {
            "start": 931564874,
            "stop": 931564875
        },
        {
            "start": 931564883,
            "stop": 931564886
        },
        {
            "start": 931564889,
            "stop": 931564890
        }
    ]
}