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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3107",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_BURST_CAT3/segments?format=api&page=3105",
    "results_count": 66335,
    "results_per_page": 20,
    "num_pages": 3317,
    "page_number": 3106,
    "results": [
        {
            "start": 866869380,
            "stop": 866872560
        },
        {
            "start": 866872620,
            "stop": 866881770
        },
        {
            "start": 866881860,
            "stop": 866885700
        },
        {
            "start": 866885760,
            "stop": 866886900
        },
        {
            "start": 866886960,
            "stop": 866887020
        },
        {
            "start": 866887140,
            "stop": 866896200
        },
        {
            "start": 866896260,
            "stop": 866901480
        },
        {
            "start": 866901540,
            "stop": 866901600
        },
        {
            "start": 866901720,
            "stop": 866904709
        },
        {
            "start": 866935564,
            "stop": 866935607
        },
        {
            "start": 866935759,
            "stop": 866935779
        },
        {
            "start": 866935843,
            "stop": 866935862
        },
        {
            "start": 866935907,
            "stop": 866935930
        },
        {
            "start": 866940066,
            "stop": 866941665
        },
        {
            "start": 866944818,
            "stop": 866944855
        },
        {
            "start": 866945155,
            "stop": 866945462
        },
        {
            "start": 866946138,
            "stop": 866946623
        },
        {
            "start": 866946923,
            "stop": 866947077
        },
        {
            "start": 866948086,
            "stop": 866948519
        },
        {
            "start": 866949265,
            "stop": 866949306
        }
    ]
}