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

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=80",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/H1_STOCH_CAT1/segments?format=api&page=78",
    "results_count": 30795,
    "results_per_page": 20,
    "num_pages": 1540,
    "page_number": 79,
    "results": [
        {
            "start": 824740198,
            "stop": 824740199
        },
        {
            "start": 824740202,
            "stop": 824740217
        },
        {
            "start": 824740220,
            "stop": 824740228
        },
        {
            "start": 824740236,
            "stop": 824740245
        },
        {
            "start": 824740249,
            "stop": 824740251
        },
        {
            "start": 824740254,
            "stop": 824740257
        },
        {
            "start": 824740260,
            "stop": 824740263
        },
        {
            "start": 824740266,
            "stop": 824740270
        },
        {
            "start": 824740273,
            "stop": 824740276
        },
        {
            "start": 824740280,
            "stop": 824740281
        },
        {
            "start": 824740294,
            "stop": 824740295
        },
        {
            "start": 824740298,
            "stop": 824740300
        },
        {
            "start": 824740303,
            "stop": 824740304
        },
        {
            "start": 824740309,
            "stop": 824740315
        },
        {
            "start": 824740320,
            "stop": 824740321
        },
        {
            "start": 824740324,
            "stop": 824740325
        },
        {
            "start": 824740328,
            "stop": 824740344
        },
        {
            "start": 824740350,
            "stop": 824740352
        },
        {
            "start": 824740355,
            "stop": 824740359
        },
        {
            "start": 824740365,
            "stop": 824740366
        }
    ]
}