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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3932",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT2/segments?format=api&page=3930",
    "results_count": 81107,
    "results_per_page": 20,
    "num_pages": 4056,
    "page_number": 3931,
    "results": [
        {
            "start": 874298171,
            "stop": 874298176
        },
        {
            "start": 874298179,
            "stop": 874298914
        },
        {
            "start": 874298917,
            "stop": 874298918
        },
        {
            "start": 874298924,
            "stop": 874299251
        },
        {
            "start": 874299254,
            "stop": 874299311
        },
        {
            "start": 874299315,
            "stop": 874299319
        },
        {
            "start": 874299322,
            "stop": 874299335
        },
        {
            "start": 874299338,
            "stop": 874299380
        },
        {
            "start": 874299383,
            "stop": 874302875
        },
        {
            "start": 874302878,
            "stop": 874303079
        },
        {
            "start": 874303082,
            "stop": 874303786
        },
        {
            "start": 874303789,
            "stop": 874304109
        },
        {
            "start": 874304112,
            "stop": 874304501
        },
        {
            "start": 874304504,
            "stop": 874304556
        },
        {
            "start": 874304559,
            "stop": 874304593
        },
        {
            "start": 874304596,
            "stop": 874304623
        },
        {
            "start": 874304626,
            "stop": 874304720
        },
        {
            "start": 874304723,
            "stop": 874304754
        },
        {
            "start": 874304757,
            "stop": 874305435
        },
        {
            "start": 874305438,
            "stop": 874305970
        }
    ]
}