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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=169",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_BURST_CAT1/segments?format=api&page=167",
    "results_count": 11387,
    "results_per_page": 20,
    "num_pages": 570,
    "page_number": 168,
    "results": [
        {
            "start": 830345208,
            "stop": 830347493
        },
        {
            "start": 830349220,
            "stop": 830350932
        },
        {
            "start": 830358004,
            "stop": 830358147
        },
        {
            "start": 830358149,
            "stop": 830358677
        },
        {
            "start": 830358679,
            "stop": 830360369
        },
        {
            "start": 830360371,
            "stop": 830361143
        },
        {
            "start": 830361146,
            "stop": 830361487
        },
        {
            "start": 830399967,
            "stop": 830400008
        },
        {
            "start": 830400010,
            "stop": 830400179
        },
        {
            "start": 830404301,
            "stop": 830404463
        },
        {
            "start": 830404466,
            "stop": 830404872
        },
        {
            "start": 830405798,
            "stop": 830405879
        },
        {
            "start": 830406620,
            "stop": 830406704
        },
        {
            "start": 830406705,
            "stop": 830406712
        },
        {
            "start": 830406714,
            "stop": 830406731
        },
        {
            "start": 830408849,
            "stop": 830409377
        },
        {
            "start": 830411015,
            "stop": 830411093
        },
        {
            "start": 830411096,
            "stop": 830411127
        },
        {
            "start": 830411130,
            "stop": 830411175
        },
        {
            "start": 830411178,
            "stop": 830411628
        }
    ]
}