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=315
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=316",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT2E/segments?format=api&page=314",
    "results_count": 146533,
    "results_per_page": 20,
    "num_pages": 7327,
    "page_number": 315,
    "results": [
        {
            "start": 847656800,
            "stop": 847656850
        },
        {
            "start": 847656851,
            "stop": 847656870
        },
        {
            "start": 847656872,
            "stop": 847657097
        },
        {
            "start": 847657099,
            "stop": 847657262
        },
        {
            "start": 847657264,
            "stop": 847657284
        },
        {
            "start": 847657285,
            "stop": 847657473
        },
        {
            "start": 847657474,
            "stop": 847657524
        },
        {
            "start": 847657525,
            "stop": 847657566
        },
        {
            "start": 847657567,
            "stop": 847657608
        },
        {
            "start": 847657609,
            "stop": 847657617
        },
        {
            "start": 847657619,
            "stop": 847657628
        },
        {
            "start": 847657629,
            "stop": 847657872
        },
        {
            "start": 847657873,
            "stop": 847657890
        },
        {
            "start": 847657891,
            "stop": 847658035
        },
        {
            "start": 847658036,
            "stop": 847658078
        },
        {
            "start": 847658079,
            "stop": 847658163
        },
        {
            "start": 847658164,
            "stop": 847658177
        },
        {
            "start": 847658178,
            "stop": 847658247
        },
        {
            "start": 847658249,
            "stop": 847658337
        },
        {
            "start": 847658338,
            "stop": 847658342
        }
    ]
}