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=29371
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=29372",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_BURST_CAT3H/segments?format=api&page=29370",
    "results_count": 590179,
    "results_per_page": 20,
    "num_pages": 29509,
    "page_number": 29371,
    "results": [
        {
            "start": 971291277,
            "stop": 971291406
        },
        {
            "start": 971291410,
            "stop": 971291580
        },
        {
            "start": 971296535,
            "stop": 971296538
        },
        {
            "start": 971296598,
            "stop": 971296658
        },
        {
            "start": 971296778,
            "stop": 971296783
        },
        {
            "start": 971296786,
            "stop": 971296838
        },
        {
            "start": 971296898,
            "stop": 971296958
        },
        {
            "start": 971297018,
            "stop": 971297221
        },
        {
            "start": 971297224,
            "stop": 971297226
        },
        {
            "start": 971297229,
            "stop": 971297258
        },
        {
            "start": 971297318,
            "stop": 971297489
        },
        {
            "start": 971297492,
            "stop": 971297518
        },
        {
            "start": 971297521,
            "stop": 971297585
        },
        {
            "start": 971297589,
            "stop": 971297628
        },
        {
            "start": 971297631,
            "stop": 971297858
        },
        {
            "start": 971301338,
            "stop": 971301386
        },
        {
            "start": 971301389,
            "stop": 971301458
        },
        {
            "start": 971301518,
            "stop": 971301752
        },
        {
            "start": 971301755,
            "stop": 971301829
        },
        {
            "start": 971301832,
            "stop": 971302010
        }
    ]
}