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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1780",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT2/segments?format=api&page=1778",
    "results_count": 37993,
    "results_per_page": 20,
    "num_pages": 1900,
    "page_number": 1779,
    "results": [
        {
            "start": 959352353,
            "stop": 959352413
        },
        {
            "start": 959352416,
            "stop": 959352481
        },
        {
            "start": 959352483,
            "stop": 959352508
        },
        {
            "start": 959352511,
            "stop": 959352517
        },
        {
            "start": 959352520,
            "stop": 959352699
        },
        {
            "start": 959352701,
            "stop": 959352703
        },
        {
            "start": 959352705,
            "stop": 959356262
        },
        {
            "start": 959356264,
            "stop": 959356551
        },
        {
            "start": 959358306,
            "stop": 959365015
        },
        {
            "start": 959365017,
            "stop": 959365563
        },
        {
            "start": 959365565,
            "stop": 959365652
        },
        {
            "start": 959365654,
            "stop": 959365944
        },
        {
            "start": 959365946,
            "stop": 959366003
        },
        {
            "start": 959366005,
            "stop": 959366082
        },
        {
            "start": 959366083,
            "stop": 959366140
        },
        {
            "start": 959366142,
            "stop": 959366219
        },
        {
            "start": 959366221,
            "stop": 959366238
        },
        {
            "start": 959366240,
            "stop": 959366325
        },
        {
            "start": 959366327,
            "stop": 959366332
        },
        {
            "start": 959366334,
            "stop": 959366340
        }
    ]
}